projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d55d5ec
)
When running make in lib-src, specify YACC var value.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 11 Nov 1993 18:03:43 +0000
(18:03 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 11 Nov 1993 18:03:43 +0000
(18:03 +0000)
make-dist
patch
|
blob
|
history
diff --git
a/make-dist
b/make-dist
index 08214692f2d2f84b2ddcd3f4fa85baa67da073cd..363d5235f7775eebf5865a8961923f5a757ddad4 100755
(executable)
--- a/
make-dist
+++ b/
make-dist
@@
-105,7
+105,7
@@
if [ "x`ls -t configure configure.in | head -1`" != "xconfigure" ]; then
fi
### Update getdate.c.
-(cd lib-src; make -f Makefile.in getdate.c)
+(cd lib-src; make -f Makefile.in getdate.c
YACC="bison -y"
)
echo "Creating staging directory: \`${tempparent}'"
mkdir ${tempparent}